Learn how you can use Algolia Recommend to display recommendations on your site or app.
userToken
and objectID
which show how many times each user interacted with each record (object).
Recommend then uses a collaborative filtering algorithm to find other records that are similar or frequently bought together:
objectID
(source item or viewed item), the trained model recommends other related objectID
s (recommendations).
Model | Input type | Minimum number | Maximum number |
---|---|---|---|
Frequently Bought Together | Conversion events with two or more items | 1,000 | 3,000,000 |
Related Items | Click and conversion events | 10,000 | 3,000,000 |
Related Content | Items with values in their content-based attributes | 10 | 1,500,000 |
Trending Items | Conversion events | 250 | 3,000,000 |
Trending Facet Values | Conversion events | 250 | 3,000,000 |